Vcenter NamespaceManagement Supervisors SupervisorServices Summary

Vcenter NamespaceManagement Supervisors SupervisorServices Summary
Vcenter NamespaceManagement Supervisors SupervisorServices Summary

The Vcenter NamespaceManagement Supervisors SupervisorServices Summary schema contains the basic information about a Supervisor Service on the vSphere Supervisor.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "supervisor_service": "string",
    "desired_version": "string",
    "config_status": "string",
    "current_version": "string"
}
string
supervisor_service
Required

The identifier of the Supervisor Service.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService.

string
desired_version
Required

The desired version of this Supervisor Service.

This property was added in vSphere API 9.0.0.0.

string
config_status
Required

Current setting for Vcenter NamespaceManagement Supervisors SupervisorServices ConfigStatus.

For more information see: Vcenter NamespaceManagement Supervisors SupervisorServices ConfigStatus.

This property was added in vSphere API 9.0.0.0.

string
current_version
Optional

The current version for the Supervisor Service.

This property was added in vSphere API 9.0.0.0.

If missing or null, there is no version installed for the Supervisor Service.